GDK W32: Remove an unnecessary type check
authorРуслан Ижбулатов <lrn1986@gmail.com>
Sun, 26 Nov 2017 13:15:53 +0000 (13:15 +0000)
committerРуслан Ижбулатов <lrn1986@gmail.com>
Sat, 2 Dec 2017 10:38:42 +0000 (10:38 +0000)
commitae76d1966360675940078f9d63730c929f4c63c4
treefa8ad5c046eb1ab0fe2e544d730374bd66ed34ba
parentc89c19d2f982331c035a479ac5ffc2900f5aa71a
GDK W32: Remove an unnecessary type check

No idea why it's here, the hash table can store any kind of data,
there's no reason why it wouldn't be able to store an old X string type.
Might be a holdout from the old days, when strings were handled in
a special way (stored directly in the clipboard?).

https://bugzilla.gnome.org/show_bug.cgi?id=786509
gdk/win32/gdkselection-win32.c